github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/russross/blackfriday/testdata/Inline HTML (Advanced).html (about)

     1  <p>Simple block on one line:</p>
     2  
     3  <div>foo</div>
     4  
     5  <p>And nested without indentation:</p>
     6  
     7  <div>
     8  <div>
     9  <div>
    10  foo
    11  </div>
    12  <div style=">"/>
    13  </div>
    14  <div>bar</div>
    15  </div>